Video Search Client (stable:1.0)

2025/10/21 • 3 deleted methods

Videos_Details (removed)
Description The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos. This section provides technical details about the query parameters and headers that you use to request insights of videos and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/search-the-web).
Reference Link ¶

⚼ Request

GET:  /videos/details
{
X-BingApis-SDK: string ,
Accept: string ,
Accept-Language: string ,
User-Agent: string ,
X-MSEdge-ClientID: string ,
X-MSEdge-ClientIP: string ,
X-Search-Location: string ,
cc: string ,
id: string ,
modules: array ,
mkt: string ,
q: string ,
resolution: string ,
safeSearch: string ,
setLang: string ,
textDecorations: boolean ,
textFormat: string ,
}

⚐ Response (200)

{
relatedVideos:
{
value:
[
{
motionThumbnailUrl: string ,
motionThumbnailId: string ,
embedHtml: string ,
allowHttpsEmbed: boolean ,
viewCount: integer ,
thumbnail:
{
thumbnail: string ,
}
,
videoId: string ,
allowMobileEmbed: boolean ,
isSuperfresh: boolean ,
}
,
]
,
}
,
videoResult:
{
motionThumbnailUrl: string ,
motionThumbnailId: string ,
embedHtml: string ,
allowHttpsEmbed: boolean ,
viewCount: integer ,
thumbnail:
{
thumbnail: string ,
}
,
videoId: string ,
allowMobileEmbed: boolean ,
isSuperfresh: boolean ,
}
,
}

⚐ Response (default)

{
errors:
[
{
code: enum ,
subCode: enum ,
message: string ,
moreDetails: string ,
parameter: string ,
value: string ,
}
,
]
,
}